* binding.el: Add comment describing why C-d binds to `delete-char'.
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 4 Mar 2014 03:14:11 +0000 (22:14 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 4 Mar 2014 03:14:11 +0000 (22:14 -0500)
commit034ea244a158f52072e05af74a700b9c64673c5b
tree5f3bf281cf0eb68561014b7079e7d5fb2f89ad9c
parentbee414a5d8cff753fb263a4a108b24e21cee8742
* binding.el: Add comment describing why C-d binds to `delete-char'.
* lisp/simple.el (delete-forward-char): Mark as interactive-only.
* src/cmds.c (delete-char): Update docstring pointing out that the
function ignores `delete-active-region' and `overwrite-mode'.
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el
src/ChangeLog
src/cmds.c